- exists
bool exists(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
- isDir
bool isDir(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
- read
bool read(string path, void delegate(ubyte[] data) onSuccess, void delegate(string err = "Corrupted File") onError)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
bool remove(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
- write
bool write(string path, void[] data)
Undocumented in source. Be warned that the author may not have intended to support it.